From 5649431acbb706c983c4c14d2c18c123eee25088 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 14 Jul 2010 23:14:33 +0200 Subject: [PATCH] docs: Remove mention of gdk_draw_drawable() That function is about to die. --- gtk/gtkwidget.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index f65b7aecaf..46456736fb 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -2199,10 +2199,9 @@ gtk_widget_class_init (GtkWidgetClass *klass) * this signal. * * The ::no-expose-event will be emitted when the @widget's window is - * drawn as a copy of another #GdkDrawable (with gdk_draw_drawable()) - * which was completely unobscured. If the source - * window was partially obscured #GdkEventExpose events will be generated - * for those areas. + * drawn as a copy of another #GdkDrawable which was completely unobscured. + * If the source window was partially obscured #GdkEventExpose events will + * be generated for those areas. * * Returns: %TRUE to stop other handlers from being invoked for the event. * %FALSE to propagate the event further. -- 2.30.2